CalendarView for WinForms
Item プロパティ (Vector<T>)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Vector<T> クラス : Item プロパティ
Gets or sets the value of element at special index.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As T
public T this[ 
   System.int index
]; {get; set;}

パラメータ

index

プロパティ値

A T indicates the element value.
解説
Note: The index is base on zero.
参照

Vector<T> クラス
Vector<T> メンバ